home *** CD-ROM | disk | FTP | other *** search
/ Assassins - Ultimate CD Games Collection 1 / Assassins - Ultimate CD Games Collection (1994)(Weird Science)(Track 1 of 2)[!][Amiga-CD32-CDTV][CDD5332].iso / board-games / gnu_chess / doc / changelog < prev    next >
Text File  |  1992-09-02  |  21KB  |  494 lines

  1. Mon Aug 24 Patchlevel 58 Mike McGann (mwm@hssler.ascom.ch)
  2.     * add Mwpawn, Mbpawn, Mw..., Mb... , p and debug commands to
  3.     gnuchessr. 
  4.     * Fix bug in evaluation logic for hung pieces.
  5.     * Fix time control calculation to add time at time control
  6. Fri Aug 14 Patchlevel 57 Ben Hurwitz (bug fixes) Thierry Leconte (book)
  7.     * Both/force interaction improved.
  8.     * Bug fix to possibles declaration and OR of move with BADMOVE
  9.     * Work better with GM John Nunn book (take care of order of
  10.       lines, don't null the book for at least 3 moves after taken out
  11.       of book, no random opening)
  12.     * Removed exit of program when drawn game detected.
  13.     * Fixed bug that caused program to make 1-move blunders.
  14.       (transposition table caused return 0 when position seen before
  15.        to detect draw which then gets a depth bonus since search
  16.        is inexact so it ends up looking better to make a repetition
  17.        than making a winning 1-mover!)
  18. Sun Jul 2 Patchlevel 56 Henrik Schmiediche
  19.     * Fix test command (patch to dspcom.c). The results
  20.       were off by a factor of 100.
  21.     * Delete lint from Makefile.
  22.     * Better CFLAGS for HP machine.
  23. Mon Jun 29 Patchlevel 55 Stuart Cracraft
  24.     * Apply Mann's FIONREAD-clarification patches
  25.     * Change BOOKFAIL in gnuchess.h so that the program
  26.       always consults the opening book first.
  27.     * Up BOOKBITS to 10 to account for larger book:
  28.   "As currently set up with BOOKBITS equal 8 there is a table of 256
  29.   pointers into the BOOK hashtable. With 20,000 entries and 256 buckets
  30.   it would do a linear search of approx 78 entries per lookup. Increasing
  31.   BOOKBITS to 9 would mean a search of 34 entries etc. and would add 
  32.   256 pointers to the data area. So we probably should make it 10 then."
  33.                         McGann
  34. Fri Jun 26 Patchlevel 54 Mike McGann
  35.     * This version compiles into a version identical with
  36.       3.1+ (and so is much stronger than the previous 4.0).
  37.       But, it has beaten 3.1+ in a short match. Also, it
  38.       has bug fixes, timing control improvements and other
  39.       fixes contained in this list.
  40. Tue Jun 23 Patchlevel 53  Stuart Cracraft / Tim Mann
  41.     * Use a[u]+1 in ataks.c instead of ++a[u].
  42.     * Don't use space bonus tables.
  43. Tue Jun 23 Patchlevel 52  Tom Truscott
  44.     * GNUchess will now compile on the IBM RS/6000 (AIX).
  45.     * Makefile changes needed for older AIX compilers lacking support
  46.       for "cc -c foo.c -o bar.o" (strange but true).
  47.     * The other changes are to appease the picky type checking
  48.       that is enabled by some of the compiler options.
  49. Sat Jun 21 Patchlevel 51  Tim Mann <mann@src.dec.com>
  50.     * Fixed problem with "help" command by removing "fflush(stdin)".
  51.     * "Undo" command now does not add moves to a 1-move time control.
  52.     * Added back feature from 3.1 that lets the user set a maximum
  53.       search time per move instead of using time controls, and changed
  54.       the command line syntax for this feature to be compatible with 3.1,
  55.       removing the ability to set max search depth from the command line.
  56.         * Fixed the "maximum minutes per move" feature in gnuan.
  57.     * Updated and corrected the man page.
  58. Thu Jun 18 Patchlevel 50 Tim Mann
  59.     * Special #ifdefs to not do post for xboard are unnecessary
  60.       and were removed.
  61. Wed Jun 17 Patchlevel 49 Mike McGann, Urban Koisten
  62.     * Fix book code to calloc (Urban)
  63.     * Fixed other code (Mike)
  64. Sun Jun 7 Patchlevel 48 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  65.     * Fix gnuan.c output to be more uniform. And tested that it
  66.       works.
  67. Sat Jun 6 Patchlevel 47 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  68.     * Fix Makefile to correctly define BINBOOK so that parsed
  69.       opening book gets used (if available.)
  70. Sat Jun 6 Patchlevel 46 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  71.     * Various patches from various people to mostly robustify the
  72.       code (exit values to exit, etc.)
  73.     * New book.c handling code and gnuchess.h from Urban to handle
  74.       mega book now under discussion.
  75.     * New Xboard.
  76. Wed Jun  3 Patchlevel 45 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  77.     * Encapsulate Xboard with GNU Chess distribution
  78. Sun May 31 Patchlevel 44 Bart Massey (bart@cs.uoregon.edu)
  79.     * Rename structure element move to bmove in book.c since
  80.       curses.h defines a move macro.
  81.     * Get rid of superfluous returns in dspcom.c and checkbook.c
  82.     * Be sure beep message has an arg in uxdsp.c
  83.     * Add exit status to exit() call in checkbook.c
  84. Sat May 30 Patchlevel 43 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  85.     * Fix checkmate/draw handling.
  86.     * Add current module copyrights and COPYING.
  87.     * Ifdef forced-mate announcements as too buggy.
  88. Fri May 29 Patchlevel 42 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  89.     * HUNGP/HUNGX in eval.c updated to values used by Slate/Atkin
  90.       of Chess 4.x. This fixes a problem with Reinfeld's #281
  91.       and poor play in Alapin's opening. General play against
  92.       me has been much better.
  93. Mon May 11 Patchlevel 41 Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  94.     * genmove update to look at less possible promotion moves
  95.     * fix bugs in move ordering logic
  96.           * remove operator time as a default
  97. Thur Apr 30 Patchlevel 40 Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  98.     * Book updates from Tim Mann (mann@src.dec.com)
  99.     * Search updates to look more at possible promotion moves
  100.     * Transposition table update from U. Koistinen (md85-epi@nada.kth.se)
  101.           to allow for estimated scores.
  102. Mon Apr 27  Patchlevel 38  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  103.     * book updates for Cochrane from Tim Mann (mann@src.dec.com)
  104.     * added limit for infinite checks in endgame to tree search
  105.           to limit time spent in any branch
  106. Wed Apr 25  Patchlevel 38  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  107.     * fix slowdown caused by previous changes. 
  108. Wed Apr 22  Patchlevel 37  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  109.     * fix sizes of ttable (malloc) and hashfile (-c option)
  110.       to allow for rehashing
  111.     * eliminate pick replace with qsort
  112.     * adjust lookahead limits
  113. Thur Apr 15  Patchlevel 35  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  114.     * fix bugs in search logic
  115. Mon Apr 13  Patchlevel 34  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  116.     * Fix bugs in game win/draw logic.
  117. Fri Apr 8  Patchlevel 34  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  118.     * rewrite time control moving it up a level
  119.     * replace sorts with qsort
  120.     * fix material command to all multiple N's and B's
  121.     * and make it an ifdef on NOMATERIAL
  122. Fri Mar 30  Patchlevel 32  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  123.     * make MINDEPTH a define
  124.     * eliminate #ifdef's for hashbd/hashkey it is always required
  125.     * up MINDEPTH to 2 to always get a hint
  126.     * add some dynamics to eval/estimate decision
  127.     * more dynamic time allocation
  128. Fri Mar 27  Patchlevel 30  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  129.     * fix hashfile code again
  130.     * fix startup for no book present
  131.     * fix race condition in search
  132.     * allow parameters on commands
  133. Wed Mar 25  Patchlevel 28  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  134.     * fix bug in hashfile debug code
  135.     * add material check for draw and material command
  136.     * fix QUIETBACKGROUND code
  137. Tue Mar 24  Patchlevel 27  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  138.     * fix book move reject to not select a ? move
  139.     * add check to HASHFILE option to check for ilegal move
  140.     * document debug options
  141. Mon Mar 23  Patchlevel 26  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  142.     * Add multiple time controls
  143.     * apply fixes from  R.K.Lloyd@compsci.liverpool.ac.uk
  144.       for screen update problems in visual mode
  145. Sun Mar 22  Patchlevel 25  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  146.     * Update man pages
  147.     * fix false mate problem with transposition table
  148.     * add history killers option but don't use it.
  149.     * fix handling of input parameters so the doc and the
  150.     program agree
  151.     * allow time to be specified in seconds (machines are faster now)
  152.     * add QUIETBACKGROUND option from md85-epi@nada.kth.se.
  153.     * put in book patch from md85-epi@nada.kth.se.
  154.  
  155. Sun Mar 15  Patchlevel 22  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  156.     * Add options for SpaceBonus table levels
  157.     * Switch to new book
  158.     * Add polling code for keyboard
  159.  
  160. Tue Mar 10  Patchlevel 21  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  161.     * correct depth test in PutInTTtable
  162.     * patch from Urban Koistinen (md85-epi@nada.kth.se)
  163.       correcting bug in repetition
  164.  
  165. Mon Mar 9  Patchlevel 20
  166.     * correct defaults for MEMSET
  167.  
  168. Sat Mar 7  Patchlevel 19  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  169.     * add speedups by using memset for ZeroRPT
  170.     * rewrite ScoreSpace
  171.     * rewrite pick
  172.  
  173. Thur Mar 5  Patchlevel 18  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  174.     * fix bug in timing that led to negative times
  175.     * change time allocation to be more flexible
  176.     *  based on score and depth
  177.         * eliminate a bad opening from the book
  178.  
  179. Sat Feb 15  Patchlevel 17  Urban Koistinen (md85-epi@nada.kth.se)
  180.         * Added option -T n to set transposition table size 2^n.
  181.         * -r n set rehash to n.
  182.         * Changed repetition to make it work harder.
  183.         * ScoreSpace changed to value central squares higher.
  184.         * Made go change colors so white&black work as they should.
  185.  
  186. Fri Dec 30 08:34:00 1991  Patchlevel 16
  187.     * Fix to eval.c for mis-transcribed sign in ScoreKBNK.
  188.     * Fix to malloc call in init.c.
  189.     * ScorePosition updated with addition of ScoreSpace
  190.           to add in points for threats in a position.
  191.       from  Urban Koistinen (md85-epi@nada.kth.se)
  192.         * Various tuning of parameters
  193.  
  194. Fri Nov 30 08:34:00 1991  Patchlevel 15
  195.     * from nv-90-mho@nada.kth.se
  196.      patch to make listfile name meaningful instead of a random number
  197.     * from  Urban Koistinen (md85-epi@nada.kth.se) move generation
  198.      speedup for non-pawn moves and move selection improvements.
  199.     * from  Mike McGann (mwm@hslrswi.hasler.ascom.ch) added language
  200.      file to allow multiple languages to be supported. Fix broken 
  201.          search on opponents time, fix bad moves in book.
  202.  
  203. Mon Oct 19 08:34:00 1991  Urban Koistinen (md85-epi@nada.kth.se)
  204.         * patchlevel 14
  205.  
  206.     * fix checks in castling logic to only allow kings to do it.
  207.  
  208.     * fix repetition logic  "all pieces are the same" bug.
  209.  
  210. Thur Oct 10 13:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  211.     * patchlevel 14
  212.  
  213.     * expand the timing logic to allow more time in unstable
  214.      positions
  215.  
  216.     * Update man pages
  217.  
  218.     * Fix printout bug in Checkbook
  219.  
  220. Tue Oct 8 13:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  221.     * patchlevel 13
  222.  
  223.     * General cleanup, Fix screens, prompts, rate calculation
  224.     
  225. Sun Oct 5 13:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  226.     * patchlevel 12
  227.     * Change eval.c/KingValue to ignore Mking if the otherside
  228.     has only pawns on the board. Tuning parameter is
  229.     KINGPOSLIMIT.
  230.     
  231.     * Fix time print in gnuchess and gnuchessx. 
  232.  
  233.     * Use ShowMessage for all error messages.
  234.  
  235.     * Fix post option to print time in seconds.
  236.  
  237. Sun Oct 5 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  238.     * patchlevel 11
  239.     * speedups in search. Eliminate unused computation.
  240.  
  241.     * change eval.c/KingValue to ignore Mking if there are
  242.     only pawns on the board. Tuning Parameter is KINGPOSLIMIT.
  243.  
  244.     * make DITHER a tuning parameter.
  245.  
  246. Tue Oct 1 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  247.     * patchlevel 10
  248.     * fix eval bug in ScorePosition. Evaluated pawn structute
  249.     incorrectly. Introduced when gnuchess was split up.
  250.  
  251.     * Change default for SCORETIME to -9000 it plays better
  252.  
  253.     * correct promotion logic for CHESSTOOL and XBOARD only queens
  254.     are generated now.
  255.  
  256.     * correct handling of TOflag for bothsides mode.
  257.  
  258. Mon Sept 27 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  259.     * fix more enpassant bugs in checkgame/checkbook
  260.  
  261.     * misc speedups by inlining code.
  262.     move SqAtakd to ataks.h and inline it.
  263.     
  264.     * Modify checkbook to also read xboard game files and
  265.     check them for illegal moves. 
  266.     
  267.     * fix bug in game.c introduced by patch 8
  268.  
  269. Mon Sept 26 08:34:00 1991  Urban Koistinen (md85-epi@nada.kth.se) 
  270.  
  271.     * Correct the making and unmaking of enpassant moves and
  272.     numerous incorrect usages of ? throughout the program.
  273.  
  274. Mon Sept 24 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  275.  
  276.     * force search re-init if PV chavges due to a timeout
  277.  
  278.     * add patchlevel to the -v option to keep version straight.
  279.     
  280.     * Change search and timing logic. Search now backs up to
  281.     previous level on a timeout. Search adds time to the search
  282.     if the last top level PV is different from the current and
  283.     this level is not finished. Seems to play much stronger.
  284.  
  285. Mon Sept 16 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  286.     
  287.     * Opening book now handles transitions. It continues looking
  288.     at the book until 2 (tunable) successive turns fail to find a move
  289.     there.
  290.  
  291.     * GetOpenings now checks for errors on input. The current book was full 
  292.     of illegal moves. They were filtered out since at game time the book
  293.     move is matched against the legal move list. But it makes for bad
  294.     opening play. EnPassant moves are not allowed in openings(a limitation?)
  295.     Checks made are the there is a piece on the from square belonging
  296.     to the right side and there is no piece or a piece belonging to the
  297.     other side on the to square. There is no check that the piece is 
  298.     moving legally.
  299.     
  300.     * ListGame now makes up the name chess.lst.random#. So if you are
  301.     using xboard to play a match (two machine mode) they won't overwrite.
  302.     
  303.     * Added patch from Randy Ray (rray@SPECLAB.CR.USGS.GOV) to correctly
  304.     format chess.lst
  305.  
  306. Wed Sept 4 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  307.     
  308.     * Renamed gnuchess3.1+ to gnuchess to reflect the split in 
  309.     gnuchess development. There now seems to be 3 threads.
  310.     Gnuchess, gnuchess for windows (3.21), and the gnuchess4
  311.     project if it still exists.
  312.     * Fix chesstool version to handle white as well as black.
  313.     * Split program into modules for easier maintinance and
  314.     development.
  315.     * Fixed Illegal move bug in VerifyMove for promotion moves.
  316.     * Replaced ResponseTime calculations with simpler version that
  317.     stays within the time limits and seems to do as well or better
  318.     in play.
  319.     * General cleanup of the search algorithm
  320.     * Fixed gnuan input processing and termination code.
  321.     * Fixes to work with xboard match mode
  322.     * Added TEST directory with 16 problems from Levy's
  323.       Computer Chess book.
  324.  
  325. Tue Aug  6 18:10:47 1991  Philippe Schnoebelen  (phs@lifia.imag.fr)
  326.  
  327.     * Modify handling of Book in Undo (previously, when you
  328.     backtracked after quitting the book, the program was not able to
  329.     use it again)
  330.  
  331.     * Modify handling of Book in EditBoard and other routines so that
  332.     the Book is not used if you don't start from the regular initial board.
  333.  
  334. Mon Aug  5 17:26:59 1991  Philippe Schnoebelen  (phs@lifia.imag.fr)
  335.  
  336.     * Modify parse in gnuchess.c so that a move can be followed by '?'
  337.     indicating that the program should not play it itself. Such a move
  338.     is stored with the highest bit raised.
  339.           Modify OpeningBook in gnuchess.c so that moves with highest bit
  340.     set are recognized but not played by the program.
  341.  
  342.     * Modify the declaration of array PieceList in gnuchess.[ch] to
  343.     allow for up to 64 men of the same side. Such artificial
  344.     situations can be built with edit and the program must be able to
  345.     deal with them.
  346.  
  347. Mon Aug 1 10:20 1991 Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  348.     Split chesstool and xboard versions. Xboard is now
  349.     gnuchessx and chesstool is gnuchessc.
  350.  
  351. Mon Apr 15 10:20 1991 Mike McGann {mwm@hslrswi.hasler.ascom.ch)
  352.     Changed transposition table to cache positions found in transposition file
  353.     Fix Undo's incorrect handling of promotions.
  354.     Fix win and draw determination bugs.
  355.      Fix bug in algbr that prevented correct display of promotion moves.
  356.     Fix Undo to correctly display side to move.
  357.     Add path to command line for save file and load file.
  358.     Make save file human readable
  359.     
  360. Thu May 24 13:42:24 1990  Hans Eric Sandstr|m  (hes at baloo)
  361.     * Fixed a bug reported by Brian Wong (wong@cs.UAlberta.CA) in
  362.     ScoreKPK
  363.  
  364. Sat May  5 15:58:31 1990  Hans Eric Sandstr|m  (hes at baloo)
  365.     * extensive tests on MSDOS for 2 weeks and lots of changes:
  366.     Moved all flags to a special flag structure.
  367.     Added my own TODO file to the DOCUMENTATION.
  368.     Moved GetOpenings and parse from the *dsp.c files.
  369.     Made the transposition table enabled by default.
  370.     Some cleanup in the *dsp.c code.
  371.     Changed UpdateHashbd to a macro.
  372.  
  373. Wed Apr 18 16:38:30 1990  Hans-Erik Sandstr|m  (hes at tiamat)
  374.     * Removed unnessesary global variables:
  375.     (wking, bking, Enemyking, INCscore, slk, InChk, HasPawn,
  376.     Zwmtl, Zbmtl, lpost, KBNKsq) this should make the program more
  377.     readable.
  378.     * Added a mini transposition table to detect repetitions, this
  379.     means that repetition is called more seldom and should save some
  380.     time. The idea for this came from Benno Tietz
  381.     (tietz@eos.informatik.uni-bonn.de)
  382.  
  383. Thu Mar 29 02:49:00 1990  Thorsten Ohl at (td12@ddagsi3.bitnet)
  384.      * nuxdsp.c has been given an ANSI interface (tailored
  385.     after uxdsp.c as of Version 3.00 and a homegrown
  386.     ANSI interface created in January for Version 1.55).
  387.      *    uxdsp.c now understands ^C interrupts.
  388.      *    both nuxdsp.c and uxdsp.c support the graphic characters
  389.     of the IBM PC (can be disabled with -DSEVENBIT).
  390.     It's of course a matter of taste, but I think it looks
  391.     much better.
  392.      * I have added prototypes and a makefile for a **IX compatible
  393.     MS-DOS make (neither Turbo C or Microsoft C will understand
  394.     this!).
  395.      *    some formal parameters are not referenced. This is due to the
  396.     different display interfaces and no problem at all. Just for
  397.     aesthetic reasons I have shut up the compiler by incrementing
  398.     the unreferenced variables.
  399.      *    some longs are assigned to shorts and some shorts to unsigned chars.
  400.     I have introduced a cast in each case, all are o.k. (as far
  401.     as I can tell).
  402.  
  403. Thu Mar  8 09:11:28 1990  Hans-Erik Sandstr|m  (hes at orsa1)
  404.     * The persistent hash table seems to work now. There are still some
  405.     problems using it on a heterogenous network.
  406.  
  407. Sun Mar  4 14:44:44 1990  Hans Eric Sandstr|m  (hes at orsa)
  408.     * I am working on a persistent hash table. Currenly a 10Mb file
  409.     with 262144 entrys. Stuart just asked me to spilt the posdata
  410.     array to make gnuchess work better on a PC, so I did that.
  411.     I have also tried to properly fix the bug that caused gnuchess
  412.     to report mate prematurely. This, I hope, will also improve the
  413.     search.
  414.  
  415. Tue Feb 27 18:27:23 1990  Hans Eric Sandstr|m  (hes at davidson.log-sv.se)
  416.     * used protoize to make a function prototyped version of gnuchess.
  417.     this means that I have to use unprotoize before 'make distribution'
  418.     to make a more portable K&R version.
  419.     removed a ZeroTTable so now the hashtable is kept between moves.
  420.  
  421. Sat Feb 24 13:14:14 1990  Hans Eric Sandstr|m  (hes at orsa)
  422.     * Added a test to detect hash table collisions, define HASHTEST.
  423.     I also removed     the times calls since there is no sense in
  424.     measuring cpu time when    wallclock time is all that counts when
  425.     playing chess.
  426.  
  427. Fri Feb 23 17:25:37 1990  Hans Eric Sandstr|m  (hes at orsa)
  428.     * Compiled gnuchess with gcc1.37 -Wall and got lots of
  429.     implicit decaration warnings. Solved most of these by adding
  430.     external declarations in gnuchess.h.
  431.  
  432. Wed Feb 21 17:41:28 1990 Jouko Holopainen (jhol@tolsun.oulu.fi) 
  433.     * Contributed his code for ECO move entry (again!)
  434.     and a file ansidsp.c (A msdos port of uxdsp.c).
  435.     I(hes) started a merge of ansidsp.c and uxdsp.c.
  436.  
  437. February 8, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  438.     Changed the transpositon table to allow 65536 positions per player.
  439.     This means a 1.3 Mbyte hash table. Introduced simple rehashing. And
  440.     also made setting ttable 0 exclude all transposition code from
  441.     gnuchess (for machines with very little memory).
  442.  
  443.  
  444. February 3, 1990 -- Tom Vijlbrief (tnosoes!tom@nluug.n)
  445.     Contributed code to fix undo of promotions.
  446.     And a bugfix RMBLTY was to small.
  447.  
  448.  
  449. Januari 27, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  450.     Fixed nuxdsp.c to work with my changes (Saved games format)
  451.  
  452.  
  453. Januari 26, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  454.     Verified that the underpromotion routines works.
  455.     Found and fixed the bug that caused gnuchess to report mate
  456.     and draw prematurely.
  457.  
  458.  
  459. Januari 25, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  460.     Received the underpromotion additions from jhol@tolsun.oulu.fi
  461.     Made some optimizations in trapped and KingScan.
  462.     Added more comments on how to improve the search.
  463.     Added info on usage of the array Tree in post mode.
  464.     Changed the index in the transposition table to unsigned short to
  465.     allow a hash table of size 65536.
  466.  
  467.  
  468. Januari 11, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  469.     Formatted gnuchess according to GNU standards with indent.
  470.  
  471.  
  472. Januari 9, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  473.     Inserted a missing comma in KTHRT.
  474.     Removed mvstr1[5],mvstr2[5] from gnuchess.c, they are only used in the
  475.     user-interface routines uxdsp.c nondsp.c anyway.
  476.     Rewrote algbr to generate move strings for underpromotion.
  477.     (ph8k or h7h8k)
  478.     Some optimizations in CaptureList.
  479.     Changed row, column and locn to macros.
  480.     Made memset default and introduced a switch NOMEMSET for
  481.     computers without memset or where memset is a speed penality.
  482.     I tested this on:
  483.         Sparc        - no change
  484.         DECstation    - no change
  485.         Sun3/60        - 4% speed improvment.
  486.     Changed + to | in some bit-field manipulations.
  487.     Fixed the castle-with-moved-rook-bug, removed kingmoved and introduced
  488.     an array Mvboard to keep track on how many times we have moved from a
  489.     particular square.
  490.     Fixed the check for zero division in Time controls.
  491.     Added BINDIR and LIBDIR in the Makefile to set where gnuchess and
  492.     gnuchess.book gets installed.
  493.     All I have to do now is to test if all this works (-:
  494.